toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.js
/
[jvm]JsFunctionCallback
Js
Function
Callback
public
interface
JsFunctionCallback
Represents a Java function that can be invoked from JavaScript.
Since
7.1
Inheritors
JsPromiseHandler
Members
Functions
invoke
Link copied to clipboard
public
abstract
Object
invoke
(
Array
<
Object
>
args
)
Invoked when the corresponding function is called on the JavaScript side.